projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a11ab6c
)
a11y: Fix up state / change enum confusion
author
Matthias Clasen
<mclasen@redhat.com>
Sat, 24 Oct 2020 15:11:43 +0000
(11:11 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Sat, 24 Oct 2020 15:17:56 +0000
(11:17 -0400)
gtk/gtkaccessible.c
patch
|
blob
|
history
diff --git
a/gtk/gtkaccessible.c
b/gtk/gtkaccessible.c
index 32916de27b422ccd00eee5e86663b5918a322efd..49fea56fb667a27bbb05dca4993c5569f497f643 100644
(file)
--- a/
gtk/gtkaccessible.c
+++ b/
gtk/gtkaccessible.c
@@
-772,6
+772,6
@@
gtk_accessible_update_children (GtkAccessible *self,
if (context == NULL)
return;
- gtk_at_context_child_changed (context, state, child);
+ gtk_at_context_child_changed (context,
1 <<
state, child);
gtk_at_context_update (context);
}